django project [Django Project] - a poll application (2) SQLite is included in Python, so you won’t need to install anything else to support your database. If you wish to use another database, install the appropriate database bindings and change the following keys in the DATAB... pythondjangodjango projectdjango TIL-037 | 꾸며줘 홈즈 project(1)_초기 세팅 🌈 "집 꾸미기" 클론 코딩 프로젝트를 시작하면서 Django 초기 세팅을 진행하였다. 1. 가상환경 설정 및 Django 설치 miniconda 를 사용하여 "homes"라는 가상환경을 생성하였다. python version은 3.8로 설정. $ conda create -n homes python=3.8 $ conda activate homes Django를 설치 하고, 프로젝트를 생성하여... djangodjango projectTILTIL
[Django Project] - a poll application (2) SQLite is included in Python, so you won’t need to install anything else to support your database. If you wish to use another database, install the appropriate database bindings and change the following keys in the DATAB... pythondjangodjango projectdjango TIL-037 | 꾸며줘 홈즈 project(1)_초기 세팅 🌈 "집 꾸미기" 클론 코딩 프로젝트를 시작하면서 Django 초기 세팅을 진행하였다. 1. 가상환경 설정 및 Django 설치 miniconda 를 사용하여 "homes"라는 가상환경을 생성하였다. python version은 3.8로 설정. $ conda create -n homes python=3.8 $ conda activate homes Django를 설치 하고, 프로젝트를 생성하여... djangodjango projectTILTIL